build: Add various compiler warnings and errors
authorEmmanuele Bassi <ebassi@gnome.org>
Sat, 15 Oct 2016 20:39:31 +0000 (21:39 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Mon, 17 Oct 2016 10:44:11 +0000 (11:44 +0100)
commit20b2e479f8256184eda0e0d44c1599b27104627a
treeedadb5bcae004a48a1a7c3893b3c0e1679a28566
parent6a9be60a1689b46bca2c5d51203c3a3752b12673
build: Add various compiler warnings and errors

Just like GLib, GTK+ would benefit from getting warnings and errors from
the compilers.

We check various, common warnings, especially for a future use of C99;
additionally, we promote some warnings to errors, in order to ensure
that simple mistakes are caught during the development phase, before
they are submitted to the code repository.
configure.ac
gdk/Makefile.am
gtk/Makefile.am